C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanMove Method
The original index.
The destination index.

In This Topic
CanMove Method (C1GroupDataCollection<S>)
In This Topic
Determines whether the item at fromIndex can be moved to toIndex.
Syntax
'Declaration
 
Public Overrides Function CanMove( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Boolean
 

Parameters

fromIndex
The original index.
toIndex
The destination index.
See Also